notebook: really deprecate tab_vborder and tab_hborder
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 21 Sep 2011 22:10:46 +0000 (18:10 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Sep 2011 17:43:21 +0000 (13:43 -0400)
commit34ee6d08bb0ed7fc029cbaed73aab57bfbe679fb
tree437b4cc641a24571ae8ddf2a6451cad289457bec
parent2500a95fada7a238bcb831a826650bb1ddd0b07b
notebook: really deprecate tab_vborder and tab_hborder

The setter for this was deprecated in 2.x and removed in 3.0.
I don't see any reason why we should hardcode 2px for this value;
instead, deprecated the getter and make it always return zero, and stop
using the variables internally.

https://bugzilla.gnome.org/show_bug.cgi?id=659777
gtk/gtknotebook.c